home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Linien1.dfm / Linien1.txt
Text File  |  1998-12-22  |  586b  |  30 lines

  1. object Form1: TForm1
  2.   Left = 224
  3.   Top = 122
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Grafik1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 154
  16.     Top = 106
  17.     Width = 120
  18.     Height = 60
  19.     Caption = 'Mal mal!'
  20.     Font.Charset = ANSI_CHARSET
  21.     Font.Color = clBlack
  22.     Font.Height = -20
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29. end
  30.